AHardwareBuffer_Plane

Holds data for a single image plane.

Members

Variables

data
void* data;

< Points to first byte in plane

pixelStride
uint32_t pixelStride;

< Distance in bytes from the color channel of one pixel to the next

rowStride
uint32_t rowStride;

< Distance in bytes from the first value of one row of the image to

Meta